home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / sci_calc / ucalc32.zip / HISTORY.DOC < prev    next >
Text File  |  1996-11-21  |  6KB  |  168 lines

  1. UCALC v3.2  (11-21-96)
  2. ==========
  3.  
  4.    Feature added
  5.    --------------
  6.    o 3D surface plotting with hidden line removal
  7.  
  8.    Changes
  9.    -------
  10.    o There's a batch file for the graphing demo (PLOTDEMO.BAT)
  11.    o Values are displayed when variables are defined
  12.    o A command in UCALC.DEF makes UCALC load under a blue background
  13.    o Now I have an official web page for UCALC
  14.      http://members.aol.com/Dancorbier/ucalc.html
  15.  
  16.    Bug fix
  17.    -------
  18.    o Text can be placed anywhere on the screen (even beyond row 25 in VGA mode)
  19.    o Straying graphic cursor on systems without a mouse is fixed
  20.  
  21.  
  22. UCALC v3.0, v3.0c  (3-31-96, 4-17-96)
  23. =================
  24.  
  25.     Features added
  26.     --------------
  27.     o TSR window can be moved or resized (with <Ctrl>+Arrow or <Alt>+Arrow)
  28.     o Mouse support
  29.            - User can check out coordinates using the mouse
  30.            - Left button zooms in, and right button zooms out
  31.     o PLOTF command sends graph data to a file
  32.     o The equation solver can now display multiple answers
  33.  
  34.     Bug Fix
  35.     -------
  36.     o SEC, CSC, and COT functions now work properly in degree mode
  37.     o Multiparameter functions with nested definitions work properly now
  38.  
  39.     UCALC v3.0 was released before a certain deadline, and submitted only
  40.     at one location.  UCALC v3.0c is a re-release with small fixes to the
  41.     documentation and the program.
  42.  
  43.  
  44. UCALC v2.8  (3-13-95)
  45. ==========
  46.  
  47.     Features added
  48.     --------------
  49.     o TSR (allows user to pop UCALC up at any time by pressing a key)
  50.            - Takes less than 6K of main memory (when using EMS or file)
  51.            - User can choose hot key
  52.            - "     "      "  EMS, Main memory, or file
  53.            - User can paste the result when exiting
  54.            - TSR mode is optional.  It's loaded by typing "UCALC /TSR"
  55.            - UCALC can be unloaded from memory
  56.     o Menu for graphing which supports the following by pressing a key:
  57.            - Tracing
  58.            - Zooming
  59.            - Area filling
  60.            - color changing
  61.            - grid/axis toggle
  62.            - dot/connect toggle
  63.            - monochrome toggle
  64.            - graph redraw
  65.     o Text can be added on the graphic screen at the cursor location
  66.     o PPLOT, or PLOT with no arguments recall previous equations for plotting
  67.     o Equations in the form y=f(x) can have a domain, ex: "PLOT 1/x, 1 to 5"
  68.     o DOS redirection can be turned off for faster screen output
  69.     o Built-in support for MCGA
  70.     o COLOR command to change text color
  71.  
  72.     Commands which are new, or enhanced include:  COLOR, GCOLOR, GRID, AXIS,
  73.     ZOOM, PLOT, PPLOT, REDIRECT, CONNECT, PASTE, EXIT (TSR), and MODE (MCGA)
  74.  
  75.     Changes
  76.     -------
  77.     o More pages have been added to the help screen
  78.     o The commands in the help screen are in alphabetical order
  79.     o The PLOTDEMO file has been changed to reflect new graphing features
  80.     o The shareware version is the same as the registered version, except
  81.       for registration reminders.
  82.  
  83.     Bug fix
  84.     -------
  85.     o An error message is displayed when the incorrect number of parameters
  86.       is entered in built-in functions.
  87.     o Axis line markers are centered correctly when fractional numbers are
  88.       used in the WINDOW command.
  89.  
  90.  
  91. UCALC v2.4  (8-16-94)
  92. ==========
  93.  
  94.     Features added
  95.     --------------
  96.     o Graphic plotting:
  97.            - Fast plotting
  98.            - CGA, EGA, Hercules, and VGA modes
  99.            - Cartesian, Polar, and Parametric graphs
  100.            - LINE, FILL, and RECTangle commands
  101.            - Data from another file can be plotted
  102.            - Support for up to 16 supper-imposed multi-color user graphs
  103.            - Smart crosshair (moves gradually faster as you hold arrow keys)
  104.            - Adjustable screen coordinate system
  105.            - Adjustable precision for graphs
  106.     o Ucalc now supports the factorial symbol (!).
  107.  
  108.     Changes
  109.     -------
  110.     o The syntax for several commands is more flexible.  For instance
  111.       LOAD"MYFILE.DEF", LOAD MYFILE.DEF, LOAD(MYFILE.DEF), are equivalent.
  112.       Also, the ".." used in SOLVE, SUM, etc.. can be replaced by " to ".
  113.       For instance SUM(x,1 to 10) is the same as SUM(x,1..10).
  114.     o The variable PI, and the functions SEC (secant), CSC (cosecant),
  115.       and COT (cotangent) are now built in.
  116.     o The function definition space has been greatly increased, so that
  117.       many more user functions can be defined.  Each expression however
  118.       can use a maximum of 33 operators.
  119.     o Due to support for the factorial notation with the "!" symbol,
  120.       the "!=" symbol for "not equal" is no longer supported.  "<>"
  121.       should be used instead.
  122.     o So that UCALC can start up a bit faster, UCALC.DEF has been removed.
  123.       Users can create their own UCALC.DEF file, or can modify, and rename
  124.       UCALC.DE back to UCALC.DEF.
  125.     o Several extra features are now reserved for those who register.
  126.  
  127.  
  128.     Bug fixes
  129.     ---------
  130.     o Functions with multiple parameters can be a part of user functions
  131.       without giving an error message.
  132.  
  133.     o UCALC /? no longer changes the screen color attribute.
  134.  
  135.  
  136. UCALC v1.8  (9-14-93)
  137. ==========
  138.  
  139.     Features added
  140.     --------------
  141.     o Support for user functions with multiple parameters.
  142.     o Support for implicit multiplication.
  143.     o UCALC.DEF can contain any command.
  144.     o Variable 'last' contains the value of the previous expression
  145.     o Commands to change or remove the "ucalc> " and "Answer: " prompts
  146.     o PRINT, SHELL, LOAD, WRITE (save), CLOSE, EXIT (quick exit),
  147.       LISTF (list user functions) commands.
  148.  
  149.     Changes
  150.     -------
  151.     o FIX controls number of decimal digits rather than total digits.
  152.     o DIG command added to do what FIX used to do.
  153.     o Due to support for implicit multiplication, users should now
  154.       avoid giving a function the same name as a variable.
  155.     o All the features previously reserved only for registered users
  156.       are now available in the shareware evaluation copy.
  157.  
  158.     Bug fixes
  159.     ---------
  160.     o F1 and CLS no longer change color screen attributes.
  161.     o Variables with embedded numeral digits no longer confuse the parser.
  162.     o UCALC.DEF in a different directory no longer causes a problem.
  163.  
  164.  
  165. UCALC v1.2  (10-25-92)
  166. ==========
  167.  
  168. This was the first public release.